A5WS_Get_Security_Ques Function

Syntax

Question_List as C = a5ws_Get_Security_Ques([* LocalRequest ])

Arguments

Question_List

A CR-LF delimited list of security questions defined for the published project.

LocalRequest

The Request variable. This system variable explicitly passes all request variables to the function.

Description

Get Web Security Questions in CR-LF list. Use in Web Dialog component.

Discussion

The A5WS_Get_Security_Ques() function retrieves a list of security questions for use in a drop down list control in a dialog component. Typically used in the Server Activate event of a dialog component.

Display the Form > Properties menu page of the Dialog Builder.
Click in the Server Events > Activate property.

Example

Note that Request is the name of a variable created by the Application Server.

queslist = a5ws_get_security_ques(request)

Limitations

May only be used in a web component.

See Also